home *** CD-ROM | disk | FTP | other *** search
Wrap
global entry, help2, clicker, sound, firsttimeout, ticType on startMovie stoptimeout() set the mouseUpScript to EMPTY set clicker to [the number of cast "story", the number of cast "comprehension", the number of cast "projector", the number of cast "painting", the number of cast "puzzle", the number of cast "door"] if the machineType < 256 then set ticType to 25 else set ticType to 24 end if cursor([40, 41]) updateStage() cursor([40, 41]) updateStage() puppetPalette("home") if entry = 1 then set firsttimeout to 1 preLoadCast(1, 276) go("1ST") else if entry = 2 then set firsttimeout to 0 preLoadCast(1, 135) puppetSound("Wom06.AIF") go("no lips") else set firsttimeout to 0 preLoadCast(1, 135) preLoadCast(280, 324) go("4TH") end if end if cursor([38, 39]) updateStage() cursor([38, 39]) updateStage() puppetPalette(0) set help2 to 0 end on stopMovie puppetSprite(sound, 0) set clicker to [] set the keyDownScript to EMPTY end on settimeout set the timeoutKeyDown to 0 if not firsttimeout then set the timeoutLength to 15 * 60 else set the timeoutLength to 3 * 60 end if set the timeoutLapsed to 0 set the timeoutMouse to 1 set the timeoutScript to "playergo" end on stoptimeout set the timeoutKeyDown to 0 set the timeoutLength to 60 * 60 set the timeoutLapsed to 0 set the timeoutMouse to 1 set the timeoutScript to EMPTY end on playergo if not firsttimeout then puppetSound("Wom04.AIF") updateStage() else puppetSound("Wom14.AIF") updateStage() set firsttimeout to 0 set the timeoutLength to 15 * 60 set the timeoutLapsed to 0 end if end